SixBit API Schema
InsuranceTypeType Simple Type
Description
The type of insurance chosen.
Namespace (none)
Type
Restriction of xs:string
Diagram
InsuranceTypeType Simple Type
Overview
InsuranceTypeType Restriction of xs:string
The type of insurance chosen.
Facets
EnumerationNone
EnumerationSixBit
EnumerationUSPS
EnumerationEndicia
EnumerationOther
Source
<xs:simpleType name="InsuranceTypeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The type of insurance chosen.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="None" />
    <xs:enumeration value="SixBit" />
    <xs:enumeration value="USPS" />
    <xs:enumeration value="Endicia" />
    <xs:enumeration value="Other" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.